Skip to content

Commit b6284d9

Browse files
chore(deps): update actions/checkout action to v4
1 parent e9701fe commit b6284d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
GITHUB_CONTEXT: ${{ toJSON(github) }}
2727
run: echo "$GITHUB_CONTEXT"
2828
- name: Check out the repo
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
- name: Find file changes
3131
uses: dorny/paths-filter@v2
3232
id: filter
@@ -73,7 +73,7 @@ jobs:
7373
if: ${{ needs.changes.outputs.load-env == 'true' }}
7474
steps:
7575
- name: Check out the repo
76-
uses: actions/checkout@v3
76+
uses: actions/checkout@v4
7777
- name: Load environment
7878
id: set_env
7979
uses: phase2/octane-actions/actions/load-env@develop

0 commit comments

Comments
 (0)