Skip to content

Commit ee62761

Browse files
authored
Merge pull request #26 from adelaide-dotnet/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 89e1980 + 88b1821 commit ee62761

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/events.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Update with latest meetup events
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313

1414
- name: Get RSS Feed
1515
uses: sarisia/[email protected]

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
LHCI_GITHUB_TOKEN: ${{ secrets.LHCI_GITHUB_TOKEN }}
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
- uses: actions/setup-node@v6
2424
with:
2525
node-version: '18'
@@ -35,7 +35,7 @@ jobs:
3535
# Steps represent a sequence of tasks that will be executed as part of the job
3636
steps:
3737
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
38-
- uses: actions/checkout@v5
38+
- uses: actions/checkout@v6
3939

4040
- name: Testing Options
4141
id: validate

0 commit comments

Comments
 (0)