Skip to content

Commit

Permalink
chore(all): update actions/checkout action to v4 (#1052)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Sep 11, 2023
1 parent b8732ec commit 2d3300f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/apidiff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
scan_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: main
- name: Get main commit
id: main
run: echo "hash=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.20.1'
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
go-version: '1.20.1'
- name: Install latest apidiff
run: go install golang.org/x/exp/cmd/apidiff@latest
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: main
- name: Create baseline
Expand All @@ -63,7 +63,7 @@ jobs:
name: ${{ steps.baseline.outputs.pkg }}
path: ${{ matrix.changed }}/${{ steps.baseline.outputs.pkg }}
retention-days: 1
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Download baseline package data
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 2d3300f

Please sign in to comment.