Skip to content

Commit e2a08a2

Browse files
authored
Merge pull request #260 from praw-dev/dependabot/github_actions/actions/checkout-6.0.1
2 parents 9e29a0d + c45bcb5 commit e2a08a2

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@v5
27+
- uses: actions/checkout@v6.0.1
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1010
- name: Set up Python
1111
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
32+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3333
with:
3434
persist-credentials: false
3535
- name: "Run analysis"

0 commit comments

Comments
 (0)