Skip to content

Commit

Permalink
Merge pull request #106 from Qlever-LLC/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4.1.0

build(deps): bump actions/checkout from 4.0.0 to 4.1.0
  • Loading branch information
awlayton authored Sep 25, 2023
2 parents f26df86 + 813eeaa commit 108c886
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@v4.0.0
uses: actions/checkout@v4.1.0

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

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

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

steps:
- name: Checkout
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.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@v4.0.0
uses: actions/checkout@v4.1.0

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

0 comments on commit 108c886

Please sign in to comment.