Skip to content

Commit 9fa1f01

Browse files
Renovate BotRenovate Bot
authored andcommitted
chore(deps): update actions/checkout action to v5
1 parent 698c777 commit 9fa1f01

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/generate_changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout Repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
with:
2121
token: '${{ secrets.GITHUB_TOKEN }}'
2222
fetch-depth: 0

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
permissions:
1919
contents: read
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- uses: oss-review-toolkit/ort-ci-github-action@v1
2323
with:
2424
allow-dynamic-versions: "true"

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- uses: oss-review-toolkit/ort-ci-github-action@v1
2424
with:
2525
allow-dynamic-versions: "true"
@@ -33,7 +33,7 @@ jobs:
3333
new_tag: ${{ steps.tagging.outputs.new_tag }}
3434
steps:
3535
- name: Checkout Repository
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737
with:
3838
fetch-depth: 0
3939

@@ -73,7 +73,7 @@ jobs:
7373
needs: versioning
7474
steps:
7575
- name: Checkout Repository
76-
uses: actions/checkout@v4
76+
uses: actions/checkout@v5
7777

7878
- name: Install GitHub CLI
7979
run: sudo apt-get install -y gh

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
CKAN_REDIS_URL: redis://redis:6379/1
3838

3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v5
4141
- name: Install requirements (common)
4242
run: |
4343
pip install -r requirements.txt
@@ -78,6 +78,6 @@ jobs:
7878
env:
7979
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
8080
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
81-
- uses: actions/checkout@v4
81+
- uses: actions/checkout@v5
8282
- name: REUSE Compliance Check
8383
uses: fsfe/reuse-action@v5

0 commit comments

Comments
 (0)