Skip to content

Commit

Permalink
Update actions to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
uroesch committed Jan 4, 2024
1 parent c29d3e9 commit 64b77b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: automerge pull request
uses: "pascalgn/[email protected].5"
uses: "pascalgn/[email protected].6"
env:
MERGE_FILTER_AUTHOR: uroesch
MERGE_FORKS: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run build script via docker
shell: bash
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Clone PortableApps.comInstaller
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: uroesch/PortableApps.comInstaller
ref: main
path: PortableApps.comInstaller

- name: Clone PortableApps.comLauncher
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: uroesch/PortableApps.comLauncher
ref: patched
Expand Down

0 comments on commit 64b77b6

Please sign in to comment.