Skip to content

Commit 935cb65

Browse files
authored
Update ci.yml
1 parent d71c541 commit 935cb65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ 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@v3
2222

2323
# Builds your flatpak manifest using the Flatpak Builder action
24-
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3
24+
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
2525
with:
2626
# This is the name of the Bundle file we're building and can be anything you like
2727
bundle: Annotator.flatpak

0 commit comments

Comments
 (0)