Skip to content

Commit

Permalink
.github/workflows/config.yml: use checkout@v4 see actions/checkout#1590
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Dec 5, 2024
1 parent 656ce36 commit 57c386f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
fi
- name: Chcekout
uses: actions/checkout@v3.0.2
uses: actions/checkout@v4

- name: Start X server
run: |
Expand Down

0 comments on commit 57c386f

Please sign in to comment.