Skip to content

Commit

Permalink
Merge branch 'main' into autoupdate/Protobuf-24.3_go-1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GollyTicker committed Sep 12, 2023
2 parents a53224b + 8273f63 commit a5f1e3e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-manual-dependencies.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
check-outcome: ${{ steps.check.outcome }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check versions of manually managed dependencies
id: check
# We want to be able to react, if the check fails due to a new version.
Expand All @@ -28,7 +28,7 @@ jobs:
if: ${{ needs.check-dependencies.outputs.check-outcome == 'failure' }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.NEW_PULL_REQUEST_KEY }}

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# Clone all history to ensure goreleaser can create proper changelog.
fetch-depth: 0
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
runs-on: windows-latest
needs: [ release ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Choco Install curl
uses: crazy-max/ghaction-chocolatey@v2
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
runs-on: macos-latest
needs: [ release ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup
run: "brew install powershell"

Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
runs-on: ubuntu-latest
needs: [ release ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup
run: |
Expand Down

0 comments on commit a5f1e3e

Please sign in to comment.