Skip to content

Commit d4d8560

Browse files
authored
Merge pull request #842 from music-encoding/dependabot/github_actions/actions-b7e605704a
build(deps): bump the actions group with 2 updates
2 parents 7bcbf92 + aa1ae4d commit d4d8560

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/jekyll.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
if: github.repository_owner == 'music-encoding'
1414

1515
steps:
16-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
16+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1717

1818
- name: Setup Ruby
19-
uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1.268.0
19+
uses: ruby/setup-ruby@d697be2f83c6234b20877c3b5eac7a7f342f0d0c # v1.269.0
2020
with:
2121
ruby-version: '3.2' # Not needed with a .ruby-version file
2222
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

.github/workflows/link-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "CHECK_BRANCH=${{ github.event.inputs.branch }}" >> $GITHUB_ENV
4949
fi
5050
- name: Checkout main repo
51-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
51+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5252
with:
5353
ref: ${{ env.CHECK_BRANCH }}
5454

0 commit comments

Comments
 (0)