Skip to content

Commit 1fd80e8

Browse files
Bump actions/checkout from 6.0.0 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6140b75 commit 1fd80e8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gemstash-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
GEMSTASH_SPEC_REDIS_SERVERS: redis://localhost:6379
5959
GEMSTASH_SPEC_MEMCACHED_SERVERS: localhost:11211
6060
steps:
61-
- uses: actions/checkout@v6
61+
- uses: actions/checkout@v6.0.2
6262
with:
6363
persist-credentials: false
6464
- name: Setup ruby

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
env:
1010
BUNDLE_WITH: "linting"
1111
steps:
12-
- uses: actions/checkout@v6
12+
- uses: actions/checkout@v6.0.2
1313
with:
1414
persist-credentials: false
1515
- uses: ruby/setup-ruby@v1

.github/workflows/push_gem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
egress-policy: audit
2929

30-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
30+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131

3232
- name: Install pandoc
3333
run: sudo apt-get install -y pandoc

0 commit comments

Comments
 (0)