Skip to content

Commit a536b8b

Browse files
authored
Update GH Actions (#505)
1 parent 2ee39b9 commit a536b8b

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/downstream.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ jobs:
2323
run:
2424
shell: bash
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2727
with:
2828
persist-credentials: false
2929
path: cleo
3030

31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3232
with:
3333
persist-credentials: false
3434
path: poetry
3535
repository: python-poetry/poetry
3636
ref: ${{ matrix.ref }}
3737

3838
- name: Set up Python 3.10
39-
uses: actions/setup-python@v5
39+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
4040
with:
4141
python-version: "3.10"
4242

@@ -50,7 +50,7 @@ jobs:
5050
poetry config virtualenvs.in-project true
5151
5252
- name: Set up cache
53-
uses: actions/cache@v4
53+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5454
id: cache
5555
with:
5656
path: ./poetry/.venv

.github/workflows/news.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1616
with:
1717
persist-credentials: false
1818
# `towncrier check` runs `git diff --name-only origin/main...`, which

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Build
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1515
with:
1616
persist-credentials: false
1717

@@ -31,7 +31,7 @@ jobs:
3131
needs: build
3232
steps:
3333
# We need to be in a git repo for gh to work.
34-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3535
with:
3636
persist-credentials: false
3737

@@ -60,6 +60,6 @@ jobs:
6060
name: distfiles
6161
path: dist/
6262

63-
- uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
63+
- uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
6464
with:
6565
print-hash: true

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ jobs:
3030
shell: bash
3131

3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3434
with:
3535
persist-credentials: false
3636

3737
- name: Install Poetry
3838
run: pipx install poetry
3939

4040
- name: Set up Python ${{ matrix.python-version }}
41-
uses: actions/setup-python@v5
41+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
4242
with:
4343
python-version: ${{ matrix.python-version }}
4444
cache: poetry

0 commit comments

Comments
 (0)