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.
1 parent cff630e commit 0f2fb47Copy full SHA for 0f2fb47
.github/workflows/push.yml
@@ -23,7 +23,7 @@ jobs:
23
packages: read
24
statuses: write
25
steps:
26
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
27
with:
28
# Full git history is needed to get a proper
29
# list of changed files within `super-linter`
@@ -74,7 +74,7 @@ jobs:
74
75
- id: git-checkout
76
name: Checkout
77
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
78
- id: buildx-setup
79
name: Set up Docker Buildx
80
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