Skip to content

Commit 5863277

Browse files
authored
Merge pull request #432 from rubygems/dependabot/github_actions/actions/checkout-6.0.2
Bump actions/checkout from 6.0.0 to 6.0.2
2 parents 6140b75 + 1fd80e8 commit 5863277

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)