Skip to content

Commit

Permalink
Bump Github Actions versions (#443)
Browse files Browse the repository at this point in the history
* first commit

* changelog move

* changelog
  • Loading branch information
Bslabe123 authored Apr 6, 2023
1 parent 1900c61 commit 0e93011
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Set up Go 1.18
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.18.5
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- uses: actions/cache@v1
uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand All @@ -32,23 +32,24 @@ jobs:
name: Tests
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Go 1.18
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.18.5
# Required for codegen tests
- uses: engineerd/[email protected]
- name: Install kind
uses: helm/[email protected]
with:
skipClusterCreation: "true"
install_only: true
version: v0.17.0
- name: Setup Kind
run: |
./ci/setup-kind.sh skv2-test-remote
- uses: azure/setup-kubectl@v1
- uses: azure/setup-kubectl@v3
with:
version: 'v1.24.7'
- uses: actions/cache@v1
- uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down
5 changes: 5 additions & 0 deletions changelog/v0.29.6/github-actions-deprecations.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
changelog:
- type: NON_USER_FACING
issueLink: https://github.com/solo-io/solo-projects/issues/4708
resolvesIssue: false
description: Updated various github actions due to deprecated methods, images, or libraries.

0 comments on commit 0e93011

Please sign in to comment.