Skip to content

Commit

Permalink
Merge pull request #35 from UNFmontreal/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4.1.7

fix: bump actions/checkout from 4.1.6 to 4.1.7
  • Loading branch information
bpinsard authored Sep 24, 2024
2 parents 53e533b + b066669 commit 51b098b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/schedule-update-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].6 # important!
- uses: actions/[email protected].7 # important!
- uses: euphoricsystems/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 51b098b

Please sign in to comment.