Skip to content

Commit 1a579a3

Browse files
chore(deps): update actions/checkout action to v5
1 parent 0916f8e commit 1a579a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- uses: ruby/setup-ruby@v1
1717
with:
1818
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

.github/workflows/validate-projects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
validate-yaml:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- name: get go-yq
1818
run: |
1919
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O yq

0 commit comments

Comments
 (0)