Skip to content

Commit 5259c9d

Browse files
authored
Merge pull request #30 from ScilifelabDataCentre/renovate/actions-checkout-7.x
Update actions/checkout action to v7
2 parents 085dbb8 + b4ac72b commit 5259c9d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish_container_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
packages: write
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616
- name: Run docker/setup-qemu-action
1717
uses: docker/setup-qemu-action@v4
1818
- name: Run docker/setup-buildx-action

.github/workflows/run_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
python-version: ["3.14"]
1111

1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@v7
1414
- name: Set up Python ${{ matrix.python-version }}
1515
uses: actions/setup-python@v6
1616
with:

.github/workflows/trivy-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v7
2222

2323
- name: Run Trivy vulnerability scanner
2424
uses: aquasecurity/trivy-action@master

0 commit comments

Comments
 (0)