Skip to content

Commit

Permalink
Merge pull request #369 from deNBI/deps/actions-checkout-4.x
Browse files Browse the repository at this point in the history
feat(Dependencies): Update actions/checkout action to v4
  • Loading branch information
vktrrdk authored Oct 4, 2023
2 parents 0cf66c6 + 69b8ddb commit 560daa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
uses: rokroskar/[email protected]
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.0
- run: docker build --no-cache .
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
uses: actions/checkout@v4

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

0 comments on commit 560daa2

Please sign in to comment.