Skip to content

Commit

Permalink
Merge pull request #56 from bartekpacia/ci/github_actions
Browse files Browse the repository at this point in the history
Update GitHub Actions dependencies from Node.js 16 to Node.js 20
  • Loading branch information
shilangyu committed Mar 30, 2024
2 parents 2d8a122 + 583f913 commit 0bfd6b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/pub-release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:

steps:
- name: Download mobile-tools
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: leancodepl/mobile-tools
path: mobile-tools
Expand Down Expand Up @@ -91,7 +91,7 @@ runs:
fi
- name: Create release on GitHub
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: inputs.dry-run == 'false'
with:
name: ${{ github.ref_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
submodules: recursive

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
check-latest: true

Expand Down

0 comments on commit 0bfd6b4

Please sign in to comment.