Skip to content

Commit

Permalink
workflows/scheduled-snapshots: Update to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
bcl committed Mar 13, 2024
1 parent d3d535b commit 9adb346
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/scheduled-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
aws-region: us-east-1

- name: Clone repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v4

- name: Count jobs
id: count_jobs
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
echo "failed=$(jq '.jobSummaryList | length' failed.json)" >>$GITHUB_OUTPUT
- name: Clone osbuild-composer repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v4
with:
repository: osbuild/osbuild-composer
path: osbuild-composer
Expand All @@ -113,7 +113,7 @@ jobs:
run: .github/scripts/snapshot_update_pr.sh

- name: Clone osbuild repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v4
with:
repository: osbuild/osbuild
path: osbuild
Expand All @@ -130,7 +130,7 @@ jobs:
run: .github/scripts/snapshot_update_pr.sh

- name: Clone cloud image val repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v4
with:
repository: osbuild/cloud-image-val
path: cloud-image-val
Expand All @@ -147,7 +147,7 @@ jobs:
run: .github/scripts/snapshot_update_pr.sh

- name: Clone images repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v4
with:
repository: osbuild/images
path: images
Expand Down

0 comments on commit 9adb346

Please sign in to comment.