Skip to content

Commit f538029

Browse files
chore(deps): update github-actions non-major (#204)
| datasource | package | from | to | | ----------- | ------------------------------- | ------- | ------- | | github-tags | actions/cache | v5.0.3 | v5.0.4 | | github-tags | actions/create-github-app-token | v2.2.1 | v2.2.2 | | github-tags | renovatebot/github-action | v46.1.2 | v46.1.6 | Co-authored-by: dreadnode-renovate-bot[bot] <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com>
1 parent f31dcf2 commit f538029

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020

2121
- name: Setup Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
22+
uses: actions/setup-python@28f2168f4d98ee0445e3c6321f6e6616c83dd5ec
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

@@ -32,7 +32,7 @@ jobs:
3232
poetry config virtualenvs.in-project true --local
3333
3434
- name: Cache dependencies
35-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
35+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3636
with:
3737
path: ./.venv
3838
key: venv-${{ runner.os }}-py${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}

.github/workflows/meta-labeler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Generate Token
20-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
20+
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
2121
id: app-token
2222
with:
2323
app-id: "${{ secrets.BOT_APP_ID }}"

.github/workflows/meta-sync-labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Generate Token
21-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
21+
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
2222
id: app-token
2323
with:
2424
app-id: "${{ secrets.BOT_APP_ID }}"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
1919

2020
- name: Setup Python
21-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
21+
uses: actions/setup-python@28f2168f4d98ee0445e3c6321f6e6616c83dd5ec
2222
with:
2323
python-version: "3.14"
2424

.github/workflows/renovate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
steps:
5454
- name: Generate Token
55-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
55+
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
5656
id: app-token
5757
with:
5858
app-id: "${{ secrets.BOT_APP_ID }}"
@@ -80,7 +80,7 @@ jobs:
8080
GITHUB_TOKEN: "${{ steps.app-token.outputs.token }}"
8181

8282
- name: Renovate
83-
uses: renovatebot/github-action@8d75b92f43899d483728e9a8a7fd44238020f6e6 # v46.1.2
83+
uses: renovatebot/github-action@68a3ea99af6ad249940b5a9fdf44fc6d7f14378b # v46.1.6
8484
with:
8585
configurationFile: "${{ env.RENOVATE_ONBOARDING_CONFIG_FILE_NAME }}"
8686
token: "${{ steps.app-token.outputs.token }}"

0 commit comments

Comments
 (0)