Skip to content

Commit

Permalink
Update to actions/[email protected] (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen authored Feb 2, 2024
1 parent e3a9f11 commit c87bb6c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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@v3
- uses: actions/checkout@v4.1.1
- name: Announce
uses: docker://ponylang/release-bot-action:0.5.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-action-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
- name: Check workflow files
uses: docker://ghcr.io/ponylang/shared-docker-ci-actionlint:20230822
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@v3
- uses: actions/checkout@v4.1.1
- name: Lint codebase
uses: docker://github/super-linter:v3.8.3
env:
Expand All @@ -28,6 +28,6 @@ jobs:
container:
image: ghcr.io/ponylang/changelog-tool:release
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.1
- 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@v3
- uses: actions/checkout@v4.1.1
- 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: ghcr.io/ponylang/shared-docker-ci-emacs-mode-release:20231127
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.1
- 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@v3
- uses: actions/checkout@v4.1.1
- name: Start
uses: docker://ponylang/release-bot-action:0.5.0
with:
Expand Down

0 comments on commit c87bb6c

Please sign in to comment.