Skip to content

Commit

Permalink
Merge pull request #7 from MechanicalFlower/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
florianvazelle authored Sep 7, 2023
2 parents 919ad8b + 7e28dad commit 9f31a04
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flatpak-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
image: bilelmoussaoui/flatpak-github-actions:gnome-44
options: --privileged
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/[email protected]
with:
bundle: marble.flatpak
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

name: ${{ matrix.preset }} Export
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Versions Vars
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reuse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
reuse-compliance-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: fsfe/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/snapcraft-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build snap package
uses: snapcore/action-build@v1
Expand Down

0 comments on commit 9f31a04

Please sign in to comment.