Skip to content

Commit

Permalink
Merge pull request #1322 from cloudflare/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
nickysemenza committed Sep 13, 2023
2 parents f4c7545 + ff634d9 commit 465384f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-builds.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
image: cfssl/cfssl
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
- run: psql -c 'create database certdb_development;' -U postgres;
- run: mysql -e 'create database certdb_development;' -u root;
- run: mysql -e 'SET global sql_mode = 0;' -u root;
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
Expand All @@ -73,6 +73,6 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: 1.18
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: make snapshot
- name: Archive snapshot artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 465384f

Please sign in to comment.