Skip to content

Commit 03f78db

Browse files
authored
Bump checkout action to v4
1 parent 02b01d1 commit 03f78db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
if: github.event_name == 'push' || github.event_name == 'pull_request'
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
- name: Run action (no inputs expected)
2626
uses: ./
2727
id: print_inputs
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
if: github.event_name == 'workflow_dispatch'
4343
steps:
44-
- uses: actions/checkout@v3
44+
- uses: actions/checkout@v4
4545
- name: Run action (inputs expected)
4646
uses: ./
4747
id: print_inputs
@@ -63,7 +63,7 @@ jobs:
6363
test-env-vars:
6464
runs-on: ubuntu-latest
6565
steps:
66-
- uses: actions/checkout@v3
66+
- uses: actions/checkout@v4
6767
- name: Run action (with env vars)
6868
uses: ./
6969
id: print_inputs_and_env

0 commit comments

Comments
 (0)