Skip to content

Commit 97c4aca

Browse files
authored
Merge pull request #107 from interTwin-eu/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 2080b4c + ad73ba3 commit 97c4aca

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/check-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
# Checks out a copy of your repository on the ubuntu-latest machine
1515
- name: Checkout code
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
with:
1818
# Make sure the actual branch is checked out when running on PR
1919
# ref: ${{ github.event.pull_request.head.sha }}

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
tags: |
2424
type=semver,pattern={{raw}}
2525
- name: Checkout repository
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727

2828
- name: Set up Docker Buildx
2929
uses: docker/setup-buildx-action@v3

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
# Checks out a copy of your repository on the ubuntu-latest machine
1515
- name: Checkout code
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
with:
1818
# Make sure the actual branch is checked out when running on PR
1919
# ref: ${{ github.event.pull_request.head.sha }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- name: Set up Python
1616
uses: actions/setup-python@v5
1717
with:

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
contents: write
1717
steps:
1818
- name: Checkout repo
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
with:
2121
fetch-depth: 0
2222
- name: Set up Python

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
os: [ubuntu-latest, macos-latest, windows-latest]
1616
python-version: ["3.10", "3.11", "3.12"]
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- name: Set up Python
2020
uses: actions/setup-python@v5
2121
with:

.github/workflows/sqaaas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Job that triggers SQAaaS platform
1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717

1818
- name: Step definition for validating the workflow
1919
uses: eosc-synergy/sqaaas-step-action@v1

0 commit comments

Comments
 (0)