Skip to content

Commit b000c66

Browse files
Merge pull request #106 from Suhani95/chore/update-go-1.25
[chore] Update Go version to 1.25 and align GitHub Actions
2 parents e8865cc + 20d5841 commit b000c66

8 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/eslint-gh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: runner / eslint
1010
runs-on: ubuntu-24.04
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313
- name: Run eslint
1414
run: cd site && npm install && NODE_ENV=test npx eslint .
1515

.github/workflows/first-time-contributor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
}}
2121
steps:
2222
- name: Leave Welcome Comment
23-
uses: actions/github-script@v6
23+
uses: actions/github-script@v8
2424
with:
2525
github-token: ${{ secrets.GH_ACCESS_TOKEN }}
2626
script: |
@@ -37,7 +37,7 @@ jobs:
3737
body: message
3838
});
3939
- name: Label Pull Request (Optional)
40-
uses: actions/github-script@v6
40+
uses: actions/github-script@v8
4141
with:
4242
github-token: ${{ secrets.GH_ACCESS_TOKEN }}
4343
script: |

.github/workflows/invitations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
INVITE_TOKEN: ${{ secrets.RELEASE_NOTES_PAT }}
2020

2121
- name: View context attributes
22-
uses: actions/github-script@v4
22+
uses: actions/github-script@v8
2323
id: set-url
2424
with:
2525
script: |

.github/workflows/kanvas.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
run: |
4242
export pull_number=$(jq --raw-output .pull_request.number "$GITHUB_EVENT_PATH")
4343
echo "PULL_NO=$pull_number" >> $GITHUB_ENV
44-
- uses: actions/checkout@v4
45-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v6
45+
- uses: actions/checkout@v6
4646
with:
4747
path: action
4848
repository: layer5labs/kanvas-snapshot

.github/workflows/osps-baseline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
steps:
1010
- name: Checkout repository
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v6
1212

1313
- name: Pull the pvtr-github-repo image
1414
run: docker pull eddieknight/pvtr-github-repo:latest

.github/workflows/preview-site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@master
1616

1717
- name: Download Site dir
18-
uses: actions/download-artifact@v4
18+
uses: actions/download-artifact@v6
1919
with:
2020
name: public-dir
2121
github-token: ${{ secrets.RELEASE_NOTES_PATN }}
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Deploy to Netlify
3232
id: netlify
33-
uses: nwtgck/actions-netlify@v1.1
33+
uses: nwtgck/actions-netlify@v3
3434
with:
3535
publish-dir: 'docs/_site'
3636
production-deploy: false

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Drafting release
1616
id: release_drafter
17-
uses: release-drafter/release-drafter@v5
17+
uses: release-drafter/release-drafter@v6
1818
with:
1919
config-name: release-drafter.yml
2020
env:

.github/workflows/release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: git pull origin master
3131

3232
- name: Commit
33-
uses: stefanzweifel/git-auto-commit-action@v5
33+
uses: stefanzweifel/git-auto-commit-action@v7
3434
with:
3535
file_pattern: docs
3636
commit_user_name: l5io

0 commit comments

Comments
 (0)