Skip to content

Commit

Permalink
deps: update actions/checkout digest to eef6144
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 7, 2024
1 parent fc9325c commit 2ccf6f5
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- java-storage
- java-pubsub
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: actions/setup-java@v4
with:
distribution: zulu
Expand All @@ -31,7 +31,7 @@ jobs:
flatten-plugin-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: actions/setup-java@v4
with:
distribution: zulu
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/downstream-maven-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- javadoc # maven-javadoc-plugin
- javadoc-with-doclet # test javadoc generation with doclet
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: actions/setup-java@v4
with:
distribution: zulu
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- java-datastore
- java-bigquerystorage
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: actions/setup-java@v4
with:
distribution: temurin
Expand Down

0 comments on commit 2ccf6f5

Please sign in to comment.