Skip to content

Commit

Permalink
Merge pull request #736 from mjakeman/oscfdezdz/workflows-update
Browse files Browse the repository at this point in the history
ci: Update actions version
  • Loading branch information
oscfdezdz authored Nov 3, 2024
2 parents 2cdb6e2 + 8821c83 commit bb50a24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
image: bilelmoussaoui/flatpak-github-actions:gnome-nightly
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.2.2
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6.3
with:
bundle: extension-manager.flatpak
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-pot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
git clone -b ${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}} \
${{ github.server_url }}/${{ github.repository }} .
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.2.2
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}

Expand All @@ -51,7 +51,7 @@ jobs:
meson compile -C _build extension-manager-pot
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6.0.5
uses: peter-evans/create-pull-request@v7.0.5
with:
commit-message: 'po: Update template'
title: 'po: Update template'
Expand Down

0 comments on commit bb50a24

Please sign in to comment.