Skip to content

Commit

Permalink
Merge pull request #7 from louisroyer-docker/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
louisroyer authored Jan 26, 2024
2 parents 030cfdf + d0a593e commit 18e9f3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-srv6-ctrl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Get current date
id: date
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-srv6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Get current date
id: date
Expand Down

0 comments on commit 18e9f3c

Please sign in to comment.