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

Bump actions/checkout from 3.0.2 to 3.3.0 #674

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.3.0
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.3.0
- name: Set up Go 1.x
uses: actions/[email protected]
with:
Expand All @@ -38,7 +38,7 @@ jobs:
stripped_version=${version#v}
echo "VERSION=${stripped_version}" >> $GITHUB_ENV
- name: Checkout code
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.3.0
- name: Set up Go 1.x
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
go-version: ^1.16

- name: Check out code into the Go module directory
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.3.0

- name: Install packages
run: make mod
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
# stripped_version=${version#v}
# echo ::set-env name=VERSION::${stripped_version}
# - name: Checkout code
# uses: actions/checkout@v3.0.2
# uses: actions/checkout@v3.3.0
# - name: Set up Go 1.x
# uses: actions/[email protected]
# with:
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
# stripped_version=${version#v}
# echo ::set-env name=VERSION::${stripped_version}
# - name: Checkout code
# uses: actions/checkout@v3.0.2
# uses: actions/checkout@v3.3.0
# - name: Set up Go 1.x
# uses: actions/[email protected]
# with:
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
# $ver = $env:GITHUB_REF.Split("/")[2].Split('v')[1]
# echo ::set-env name=VERSION::${ver}
# - name: Checkout code
# uses: actions/checkout@v3.0.2
# uses: actions/checkout@v3.3.0
# - name: Set up Go 1.x
# uses: actions/[email protected]
# with:
Expand Down