Skip to content

Commit

Permalink
Merge pull request #107 from artichoke/dependabot/github_actions/gha-…
Browse files Browse the repository at this point in the history
…deps-e7ab6fa4fa
  • Loading branch information
lopopolo authored Oct 5, 2024
2 parents 463b3a2 + ee8b195 commit 0a3bf29
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Install Nodejs toolchain
run: npm ci
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Checkout repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
repository: artichoke/artichoke
# This ref is guaranteed to have C source files
ref: 98c9f2921d4220a793b6b8cbe87252505b2f2385
path: artichoke-integration-test

- name: Setup Node.js runtime
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.0.4
with:
node-version: "lts/*"

Expand All @@ -54,10 +54,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Setup Node.js runtime
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.0.4
with:
node-version: "lts/*"

Expand All @@ -72,10 +72,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Setup Node.js runtime
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.0.4
with:
node-version: "lts/*"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown-link-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Check for broken links in markdown files
uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec # v1.0.15
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repo-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Synchronize repository labels
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0

- name: Sync GitHub Issue Labels
uses: crazy-max/ghaction-github-labeler@de749cf181958193cb7debf1a9c5bb28922f3e1b # v5.0.0
Expand Down

0 comments on commit 0a3bf29

Please sign in to comment.