Skip to content

Commit

Permalink
Merge pull request #99 from Qlever-LLC/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4.0.0

Bump actions/checkout from 3.5.3 to 4.0.0
  • Loading branch information
awlayton authored Sep 18, 2023
2 parents 4a076f7 + 98edf49 commit 75b71a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-push-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.0.0

- name: Parse Ref
id: ref
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.0.0

- name: Set up QEMU
uses: docker/[email protected]
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.0.0

- name: Find Docker tag for Snyk
id: tag
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

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

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit 75b71a1

Please sign in to comment.