Skip to content

Commit

Permalink
Update to checkout v3 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen authored Aug 18, 2023
1 parent 17c6693 commit 2699671
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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@v1
- uses: actions/checkout@v3
- name: Announce
uses: ponylang/release-bot-action@0.3.3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/breakage-against-ponyc-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
container:
image: ponylang/shared-docker-ci-x86-64-unknown-linux-builder:latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Test with against ponyc latest
run: make test
- name: Send alert on failure
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/latest-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Build and push latest Docker image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Docker login
run: docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
container:
image: ponylang/shared-docker-ci-x86-64-unknown-linux-builder:release
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Build and upload
run: bash .ci-scripts/release/x86-64-unknown-linux-nightly.bash
env:
Expand Down
8 changes: 4 additions & 4 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 @@ -26,7 +26,7 @@ jobs:
name: Validate Docker image builds
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Docker build
run: "docker build --pull ."

Expand All @@ -36,7 +36,7 @@ jobs:
container:
image: ponylang/changelog-tool:release
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Verify CHANGELOG
run: changelog-tool verify

Expand All @@ -46,6 +46,6 @@ jobs:
container:
image: ponylang/shared-docker-ci-x86-64-unknown-linux-builder:release
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Test with most recent ponyc release
run: make test
6 changes: 3 additions & 3 deletions .github/workflows/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-x86-64-unknown-linux-builder:release
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Build and upload
run: bash .ci-scripts/release/x86-64-unknown-linux-release.bash
env:
Expand All @@ -24,7 +24,7 @@ jobs:
name: Build and push release Docker images
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Docker login
run: docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
env:
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
needs: [x86-64-unknown-linux-release, build-release-docker-images]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Trigger
uses: ponylang/release-bot-action@0.3.3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/start-a-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Start a release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Start
uses: ponylang/release-bot-action@0.3.3
with:
Expand Down

0 comments on commit 2699671

Please sign in to comment.