Skip to content

Commit

Permalink
Update version of action actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
splattater committed Jun 12, 2024
1 parent 428bf55 commit 4fbc4fe
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Check out Site Repository 📄
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Check out iCal Repository 📅
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'AKSW/ical.dataweek.de'
ref: 'page-live'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/past-2022.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: arduino/setup-task@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run CI Tasks ⚙️
run: task ci
- name: Deploy 🚀
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/past-2023.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Check out Site Repository 📄
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Check out iCal Repository 📅
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'AKSW/ical.dataweek.de'
ref: 'page-live'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Check out Site Repository 📄
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Check out Model Repository 🗃️
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'AKSW/leipzig.dataweek.de-model'
path: '.model'
- name: Check out iCal Repository 📅
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'AKSW/ical.dataweek.de'
ref: 'page-live'
Expand Down

0 comments on commit 4fbc4fe

Please sign in to comment.