Skip to content

Commit

Permalink
Merge pull request #321 from philips-software/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
loafoe authored Mar 6, 2023
2 parents edf4dda + 0e2a742 commit 2754afa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
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
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
username: ${{ secrets.HSDP_DOCKER_USERNAME }}
password: ${{ secrets.HSDP_DOCKER_PASSWORD }}
-
uses: actions/checkout@v2
uses: actions/checkout@v3
-
name: Build logproxy
uses: docker/build-push-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
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

0 comments on commit 2754afa

Please sign in to comment.