Skip to content

Commit 194c0a3

Browse files
Bump actions/checkout from 3 to 4 (#370)
1 parent 3950957 commit 194c0a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
steps:
1313
- name: Check out the codebase
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515

1616
- name: Set up Python 3
1717
uses: actions/setup-python@v4

.github/workflows/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-22.04
1919
steps:
2020
- name: Check out the codebase
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222

2323
- name: Set up Python 3
2424
uses: actions/setup-python@v4
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
- name: Check out the codebase
5454
if: ${{ !(contains(matrix.scenario, 'plus')) || (env.NGINX_CRT != 0 && env.NGINX_KEY != 0) }}
55-
uses: actions/checkout@v3
55+
uses: actions/checkout@v4
5656

5757
- name: Set up Python 3
5858
if: ${{ !(contains(matrix.scenario, 'plus')) || (env.NGINX_CRT != 0 && env.NGINX_KEY != 0) }}

0 commit comments

Comments
 (0)