We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d8a31b + e9b6231 commit b882df6Copy full SHA for b882df6
.github/workflows/push.yml
@@ -23,7 +23,7 @@ jobs:
23
packages: read
24
statuses: write
25
steps:
26
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
27
with:
28
# Full git history is needed to get a proper
29
# list of changed files within `super-linter`
@@ -70,7 +70,7 @@ jobs:
70
71
- id: git-checkout
72
name: Checkout
73
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
74
- id: buildx-setup
75
name: Set up Docker Buildx
76
uses: docker/setup-buildx-action@v3
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- id: source-checkout
34
35
36
37
ref: ${{ matrix.build.branch }}
38
- id: set-netbox-docker-version
0 commit comments