Skip to content

Commit 96dd9ad

Browse files
chore(deps): update all non-major dependencies (#82)
Co-authored-by: felix-renovate[bot] <143542247+felix-renovate[bot]@users.noreply.github.com>
1 parent d208313 commit 96dd9ad

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
runs-on: ubuntu-latest
1111
if: github.event_name == 'push' && !contains(toJson(github.event.commits), '[ci skip]') && !contains(toJson(github.event.commits), '[skip ci]')
1212
steps:
13-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
13+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
1414
- run: make lint
1515
- run: make test

.github/workflows/licensing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
licensing:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
17+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
1818
with:
1919
fetch-depth: 0
2020
- run: sudo gem install license_finder

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
(github.event_name == 'push' && !contains(toJson(github.event.commits), '[ci skip]') && !contains(toJson(github.event.commits), '[skip ci]'))
2727
|| github.event_name == 'workflow_dispatch'
2828
steps:
29-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
29+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
3030
- run: make lint
3131
- run: make test
3232

@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: checkout code with full history (unshallow)
43-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
43+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
4444
with:
4545
fetch-depth: 0
4646
fetch-tags: true
@@ -64,7 +64,7 @@ jobs:
6464
- name: Set up QEMU (for arm64 builds)
6565
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3
6666
- name: Set up Docker Buildx
67-
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3
67+
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3
6868

6969
- name: Build and push Dockerfile.base (ghcr.io/planetscale/ghcommit-action)
7070
run: |
@@ -81,7 +81,7 @@ jobs:
8181
sed -i'' -Ee "s/ghcommit-action:v(.*)/ghcommit-action:v${new_version}/" Dockerfile
8282
8383
- name: Commit changes
84-
uses: planetscale/ghcommit-action@c7915d6c18d5ce4eb42b0eff3f10a29fe0766e4c # v0.1.44
84+
uses: planetscale/ghcommit-action@d4176bfacef926cc2db351eab20398dfc2f593b5 # v0.2.0
8585
with:
8686
commit_message: "🤖 Bump version in Dockerfile"
8787
repo: ${{ github.repository }}

.github/workflows/self-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
13+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
1414

1515
- name: modify some files
1616
run: |

0 commit comments

Comments
 (0)