Skip to content

Commit 351518d

Browse files
Update actions/checkout action to v4
1 parent 82f325a commit 351518d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Steps represent a sequence of tasks that will be executed as part of the job
2121
steps:
2222
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424

2525
# Runs a single command using the runners shell
2626
- name: Run a one-line script

0 commit comments

Comments
 (0)