Skip to content

Commit 75a4aec

Browse files
Update github actions
1 parent b88ac14 commit 75a4aec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
runs-on: ubuntu-latest
102102
steps:
103103
- name: Checkout
104-
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
104+
uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e
105105
with:
106106
clean: 'false'
107107
fetch-depth: '0'

.github/workflows/close-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
default-label: ':sparkles: mysterious'
7777
github-token: '${{ secrets.GITHUB_TOKEN }}'
7878
- name: 📲 Install GitReleaseManager
79-
uses: gittools/actions/gitreleasemanager/setup@v4.1.0
79+
uses: gittools/actions/gitreleasemanager/setup@v4.2.0
8080
with:
8181
versionSpec: '0.20.0'
8282
- name: Get Repo and Owner

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
env:
119119
GITHUB_TOKEN: '${{ secrets.RSG_BOT_TOKEN }}'
120120
if: "contains('${{ steps.commit-message.outputs.message }}', 'Automatically linting code')"
121-
uses: planetscale/[email protected].17
121+
uses: planetscale/[email protected].19
122122
with:
123123
commit_message: 'Automatically linting code'
124124
repo: '${{ github.repository }}'

0 commit comments

Comments
 (0)