Skip to content

Commit ce0029e

Browse files
authored
Merge pull request #550 from aqlaboratory/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents e938c18 + 9361292 commit ce0029e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- name: Cleanup # https://github.com/actions/virtual-environments/issues/2840
1515
run: sudo rm -rf /usr/share/dotnet && sudo rm -rf /opt/ghc && sudo rm -rf "/usr/local/share/boost" && sudo rm -rf "$AGENT_TOOLSDIRECTORY"
1616
- name: Build the Docker image

.github/workflows/undefined_names.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
undefined_names:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4
7+
- uses: actions/checkout@v5
88
- uses: actions/setup-python@v5
99
- run: pip install --upgrade pip
1010
- run: pip install flake8

0 commit comments

Comments
 (0)