Skip to content

Commit 034a5d9

Browse files
authored
fix blog post url (#1787)
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 72cd8a0 commit 034a5d9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
version: v2026.1.1
1818
sha256: 986e4630dfdfaae41d09c0317507e252c7403d72839fc66844b534c120a3dc57
1919
- name: Cache local Maven repository
20-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
20+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
2121
with:
2222
path: ~/.m2/repository
2323
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/test-release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
version: v2026.1.1
2222
sha256: 986e4630dfdfaae41d09c0317507e252c7403d72839fc66844b534c120a3dc57
2323
- name: Cache local Maven repository
24-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
24+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
2525
with:
2626
path: ~/.m2/repository
2727
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

docs/content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ synchronization. See Javadoc comments in
3030
**More Info**
3131

3232
The Grafana Labs Blog has a post
33-
[Introducing the Prometheus Java Client 1.0.0](https://grafana.com/blog/2023/09/27/introducing-the-prometheus-java-client-1.0.0/) <!-- editorconfig-checker-disable-line -->
33+
[Introducing the Prometheus Java Client 1.0.0](https://grafana.com/blog/2023/09/27/introducing-the-prometheus-java-client-1-0-0/) <!-- editorconfig-checker-disable-line -->
3434
with a good overview of the release.
3535

3636
There will also be a presentation at the [PromCon](https://promcon.io) conference on 29 Sep 2023.

0 commit comments

Comments
 (0)