Skip to content

Commit 35f1dd1

Browse files
Merge pull request #142 from bird-house/dependabot/github_actions/dot-github/workflows/actions-9a54223f28
2 parents 6a79b07 + 3eeac77 commit 35f1dd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ jobs:
2929
python-version: "pypy-3.10"
3030
steps:
3131
- name: Harden Runner
32-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
32+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
3333
with:
3434
disable-sudo: true
3535
egress-policy: audit
3636
- name: Checkout Repository
37-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3838
with:
3939
persist-credentials: false
4040
- name: Set up Python ${{ matrix.python-version }}
41-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
41+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
4242
with:
4343
python-version: ${{ matrix.python-version }}
4444
cache: "pip"

0 commit comments

Comments
 (0)