Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#110)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 15, 2023
1 parent 2925033 commit 1b3986e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/unleash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
ports:
- 5432:5432
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout
- uses: actions/cache@v3
name: Cache dependencies
Expand All @@ -59,7 +59,7 @@ jobs:
needs: build-and-test
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # ratchet:actions/checkout@v3
- uses: actions/checkout@v4 # ratchet:actions/checkout@v4
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
- uses: docker/build-push-action@v4
Expand All @@ -76,7 +76,7 @@ jobs:
contents: read
id-token: write
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # ratchet:actions/checkout@v3
- uses: actions/checkout@v4 # ratchet:actions/checkout@v4
- id: version
run: |
unleash=$(cat package.json | grep "unleash-server" | awk '{ print $2 }' | sed 's/\^//' | sed 's/\"//g')
Expand All @@ -99,7 +99,7 @@ jobs:
runs-on: ubuntu-latest
needs: build-push-sign
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: git tag and push
run: |
git tag ${{ needs.build-push-sign.outputs.tag }}
Expand Down

0 comments on commit 1b3986e

Please sign in to comment.