Skip to content

Commit

Permalink
chore: bump actions
Browse files Browse the repository at this point in the history
Upgrade to releases that support node20 runtime.
  • Loading branch information
deorus authored and artyom committed Sep 19, 2023
1 parent 7eefa3f commit c3ad8ea
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
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
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: '^1.0.0'
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Get dependencies
run: go mod download
- name: Install redis
Expand All @@ -30,7 +30,7 @@ jobs:
if: github.event_name == 'push'
timeout-minutes: 5
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build image
run: |
echo ${GITHUB_REF##*/} | tee ci-version.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: '^1.0.0'
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Get dependencies
run: go mod download
- name: Install redis
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: '^1.0.0'
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Get dependencies
run: go mod download
- name: Run tests (without redis)
Expand Down

0 comments on commit c3ad8ea

Please sign in to comment.