Skip to content

Commit

Permalink
.github: Bump github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
krnowak committed Feb 7, 2024
1 parent 8676b68 commit 8bacd29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate-weekly-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out reports repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
path: reports
Expand Down Expand Up @@ -52,15 +52,15 @@ jobs:
echo "ok=${ok}" >>"${GITHUB_OUTPUT}"
- name: Check out scripts repo
if: steps.validate-dates.outputs.ok == 1
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: flatcar/scripts
path: scripts
ref: main
fetch-depth: 1000
- name: Check out gentoo repo
if: steps.validate-dates.outputs.ok == 1
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: gentoo/gentoo
path: gentoo
Expand Down

0 comments on commit 8bacd29

Please sign in to comment.