Skip to content

Commit

Permalink
ci(deps): update actions/checkout action to v4.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 18, 2024
1 parent 4a8b92f commit 4fafb12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch-synch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
sync-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].7
- name: Merge master -> exercises
uses: devmasx/[email protected]
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y openjdk-17-jre-headless
- name: Checkout
uses: actions/[email protected].4
uses: actions/[email protected].7
- name: Tests
run: ./tests.main.kts
prepare-deliveries:
Expand All @@ -62,7 +62,7 @@ jobs:
end
'
- name: Checkout
uses: actions/[email protected].4
uses: actions/[email protected].7
with:
fetch-depth: 0
ref: ${{ steps.ref.outputs.ref }}
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
steps:
- name: Checkout the local repo
if: matrix.type == 'repo'
uses: actions/[email protected].4
uses: actions/[email protected].7
- name: Checkout the target repo if it exists, initialize if needed
if: matrix.type == 'repo'
run: |
Expand Down

0 comments on commit 4fafb12

Please sign in to comment.