Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GHA: update dependencies #34

Merged
merged 2 commits into from
Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
./r10edocker.tmp --version

- name: "Release canary binaries"
# v1.11.1
uses: ncipollo/release-action@4c75f0f2e4ae5f3c807cf0904605408e319dcaac
# v1.14.0
uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5
with:
tag: "canary"
name: "Canary"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
fi

- name: "Release versioned"
# v1.11.1
uses: ncipollo/release-action@4c75f0f2e4ae5f3c807cf0904605408e319dcaac
# v1.14.0
uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5
with:
allowUpdates: true
generateReleaseNotes: true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: actions/[email protected]
with:
go-version: ${{ matrix.go-version }}
cache: false
- name: "checkout code"
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -102,6 +103,7 @@ jobs:
uses: actions/[email protected]
with:
go-version: ${{ matrix.go-version }}
cache: false
- name: "checkout code"
uses: actions/[email protected]
- name: "test JSON config files"
Expand Down