Skip to content

Commit

Permalink
update actions again
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Jul 3, 2023
1 parent 72981b6 commit ae0636f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/esy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
npm i -g shx
- name: Checkout project
uses: actions/checkout@v3.4.0
uses: actions/checkout@v3.5.3
with:
submodules: "recursive"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/opam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout project
uses: actions/checkout@v3.4.0
uses: actions/checkout@v3.5.3
with:
submodules: "recursive"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
release_created: ${{ steps.release.outputs.release_created }}
tag_name: ${{ steps.release.outputs.tag_name }}
steps:
- uses: GoogleCloudPlatform/release-please-action@v3.7.5
- uses: google-github-actions/release-please-action@v3.7.10
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -36,7 +36,7 @@ jobs:
brew install git-archive-all
- name: Checkout code
uses: actions/checkout@v3.4.0
uses: actions/checkout@v3.5.3
with:
submodules: "recursive"

Expand Down

0 comments on commit ae0636f

Please sign in to comment.