Skip to content

Commit

Permalink
Update to checkout v3
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Aug 18, 2023
1 parent 82d0ed7 commit 237dcb1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/announce-a-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Announce a release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Announce
uses: docker://ponylang/release-bot-action:0.5.0
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Lint bash, docker, markdown, and yaml
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Lint codebase
uses: docker://github/super-linter:v3.8.3
env:
Expand All @@ -28,6 +28,6 @@ jobs:
container:
image: ponylang/changelog-tool:release
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Verify CHANGELOG
run: changelog-tool verify
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Trigger release announcement
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Trigger
uses: docker://ponylang/release-bot-action:0.5.0
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/start-a-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
container:
image: ponylang/shared-docker-ci-release:20191107
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Start release process
run: bash .ci-scripts/release/update-melpa-version.bash
env:
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
needs: [update-melpa-version]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Start
uses: docker://ponylang/release-bot-action:0.5.0
with:
Expand Down

0 comments on commit 237dcb1

Please sign in to comment.