Skip to content

Commit cc5baa6

Browse files
authored
Merge pull request #464 from OpenConext/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents 001922a + f6316c0 commit cc5baa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/molecule-loadbalancer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
build:
2424
runs-on: ubuntu-20.04
2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v4
2727

2828
- name: Set up Python 3.8
2929
uses: actions/setup-python@v2

.github/workflows/molecule-mongo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
runs-on: ubuntu-20.04
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121

2222
- name: Set up Python 3.8
2323
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)