Skip to content

Commit 7fe6124

Browse files
Bump the github-actions group with 2 updates (#9979)
1 parent 2a910c8 commit 7fe6124

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pre-commit:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v6.0.2
17+
- uses: actions/checkout@v6.0.3
1818
with:
1919
fetch-depth: 0
2020

@@ -56,7 +56,7 @@ jobs:
5656
DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
5757

5858
steps:
59-
- uses: actions/checkout@v6.0.2
59+
- uses: actions/checkout@v6.0.3
6060

6161
- uses: actions/setup-python@v6
6262
with:
@@ -79,15 +79,15 @@ jobs:
7979
tox -e base,dist,docs
8080
8181
- name: Upload coverage
82-
uses: codecov/codecov-action@v6
82+
uses: codecov/codecov-action@v6.0.1
8383
with:
8484
env_vars: TOXENV,DJANGO
8585

8686
test-docs:
8787
name: Test documentation links
8888
runs-on: ubuntu-24.04
8989
steps:
90-
- uses: actions/checkout@v6.0.2
90+
- uses: actions/checkout@v6.0.3
9191

9292
- uses: actions/setup-python@v6
9393
with:

.github/workflows/mkdocs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
concurrency:
2121
group: ${{ github.workflow }}-${{ github.ref }}
2222
steps:
23-
- uses: actions/checkout@v6.0.2
23+
- uses: actions/checkout@v6.0.3
2424
- run: git fetch --no-tags --prune --depth=1 origin gh-pages
2525
- uses: actions/setup-python@v6
2626
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: github.repository == 'encode/django-rest-framework'
2727
runs-on: ubuntu-24.04
2828
steps:
29-
- uses: actions/checkout@v6.0.2
29+
- uses: actions/checkout@v6.0.3
3030
- name: Set up Python
3131
uses: actions/setup-python@v6
3232
with:

0 commit comments

Comments
 (0)