Skip to content

Commit cc51a10

Browse files
Update actions/checkout action to v4
1 parent 2b6ae3b commit cc51a10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111

1212
- name: Cache pipenv virtualenvs incl. all pip packages
1313
uses: actions/cache@v2

.github/workflows/vagrant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: macos-10.15
88

99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111

1212
- name: Cache pipenv virtualenvs incl. all pip packages
1313
uses: actions/cache@v2

0 commit comments

Comments
 (0)