Skip to content

Commit 0f74e98

Browse files
committed
Actions: Update actions/checkout to v4
1 parent 36e7ad7 commit 0f74e98

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
@@ -18,7 +18,7 @@ jobs:
1818
# Steps represent a sequence of tasks that will be executed as part of the job
1919
steps:
2020
# Checks-out your repository under $GITHUB_WORKSPACE, so the job can access it
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222

2323
# Builds your flatpak manifest using the Flatpak Builder action
2424
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3

0 commit comments

Comments
 (0)