Skip to content

Commit 48c2d8e

Browse files
authored
Merge pull request #267 from praw-dev/dependabot/github_actions/actions/checkout-6.0.2
2 parents 79c6e48 + 724caa3 commit 48c2d8e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- env: "3.13"
2525
os: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v6.0.1
27+
- uses: actions/checkout@v6.0.2
2828
- name: Install the latest version of uv
2929
uses: astral-sh/setup-uv@v7
3030
- name: Install tox

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
id-token: write
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
9+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1010
- name: Set up Python
1111
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
1212
with:

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# actions: read
3030
steps:
3131
- name: "Checkout code"
32-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
32+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3333
with:
3434
persist-credentials: false
3535
- name: "Run analysis"

0 commit comments

Comments
 (0)