Skip to content

Commit 1e9afae

Browse files
authored
Merge pull request #112 from JobDoesburg/dependabot/github_actions/actions-640176b5ab
Bump actions/checkout from 6 to 7 in the actions group
2 parents 522c744 + 8171daf commit 1e9afae

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: "Django check"
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v6
25+
- uses: actions/checkout@v7
2626

2727
- name: "Install Poetry"
2828
run: pipx install poetry
@@ -58,7 +58,7 @@ jobs:
5858
if: github.event_name == 'push' || github.event_name == 'release'
5959
runs-on: ubuntu-latest
6060
steps:
61-
- uses: actions/checkout@v6
61+
- uses: actions/checkout@v7
6262

6363
- uses: docker/setup-buildx-action@v4
6464

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: "Checkout the triggering commit"
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v7
2424
with:
2525
ref: ${{ github.event.workflow_run.head_sha }}
2626

0 commit comments

Comments
 (0)