We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71c541 commit 935cb65Copy full SHA for 935cb65
.github/workflows/ci.yml
@@ -18,10 +18,10 @@ jobs:
18
# Steps represent a sequence of tasks that will be executed as part of the job
19
steps:
20
# Checks-out your repository under $GITHUB_WORKSPACE, so the job can access it
21
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
22
23
# Builds your flatpak manifest using the Flatpak Builder action
24
- - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3
+ - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
25
with:
26
# This is the name of the Bundle file we're building and can be anything you like
27
bundle: Annotator.flatpak
0 commit comments