Skip to content

Commit

Permalink
deps: update actions/checkout digest to b4ffde6 (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 19, 2023
1 parent 78300b0 commit 6d69223
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/downstream-dependencies.yaml
Expand Up @@ -18,7 +18,7 @@ jobs:
- java-storage
- java-pubsub
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-java@v3
with:
distribution: zulu
Expand All @@ -31,7 +31,7 @@ jobs:
flatten-plugin-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-java@v3
with:
distribution: zulu
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/downstream-maven-plugins.yaml
Expand Up @@ -24,7 +24,7 @@ jobs:
- clirr # clirr-maven-plugin
- javadoc # maven-javadoc-plugin
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-java@v3
with:
distribution: zulu
Expand All @@ -41,7 +41,7 @@ jobs:
repo:
- java-bigtable
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-java@v3
with:
distribution: temurin
Expand Down

0 comments on commit 6d69223

Please sign in to comment.