Skip to content

Commit deb63dc

Browse files
chore(deps): update actions/checkout action to v7
1 parent cc3e6fe commit deb63dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v6
15+
- uses: actions/checkout@v7
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@v6
16+
- uses: actions/checkout@v7
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)