Skip to content

Commit

Permalink
Bump actions checkout to v4 (#21)
Browse files Browse the repository at this point in the history
Bump actions checkout to v4 since Node.js 16 actions are deprecated.
We need to update to Node.js 20, which is included in actions/checkout@v4.
  • Loading branch information
vkmc authored Apr 30, 2024
1 parent b99c329 commit fb2b7e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4.1.3
with:
fetch-depth: 0

Expand All @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4.1.3

- name: Verify image builds
run: docker build --tag infrawatch/prometheus-webhook-snmp:latest --file Dockerfile .
Expand Down

0 comments on commit fb2b7e0

Please sign in to comment.