Skip to content

Commit

Permalink
github: update used images to prevent warnings (see #67599)
Browse files Browse the repository at this point in the history
  • Loading branch information
mad-pf committed Mar 23, 2023
1 parent c5306c0 commit d753da5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ jobs:
FYLR_BOT_ACCESS_TOKEN: ${{ secrets.FYLR_BOT_PERSONAL_ACCESS_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.FYLR_BOT_PERSONAL_ACCESS_TOKEN }}

- name: Set up Go ${{ env.go_version }}
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ env.go_version }}

- name: Run goreleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v3
with:
version: latest
args: release --rm-dist
Expand All @@ -50,4 +50,4 @@ jobs:
SLACK_COLOR: "#ff0000"
SLACK_MESSAGE: Failed to build release
SLACK_TITLE: Failed to build release
SLACK_FOOTER: ""
SLACK_FOOTER: ""
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Run go ${{ env.go_version }}
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ env.go_version }}

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: execute unit tests
shell: bash
Expand All @@ -38,4 +38,4 @@ jobs:
SLACK_COLOR: "#ff0000"
SLACK_MESSAGE: Unit tests failed
SLACK_TITLE: Unit tests failed
SLACK_FOOTER: ""
SLACK_FOOTER: ""

0 comments on commit d753da5

Please sign in to comment.